home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2005 June
/
ccd0605.iso
/
Software
/
Shareware
/
Comunicatii
/
s-wall
/
s-Wall-Setup.exe
/
{app}
/
RestoreSettings.bat
next >
Wrap
DOS Batch File
|
2003-12-30
|
257b
|
13 lines
@echo off
if not exist %1 goto restore
rem clear register
echo REGEDIT4 > "%TEMP%\$x-wall$.reg"
echo [-%2] >> "%TEMP%\$x-wall$.reg"
start/wait regedit -s "%TEMP%\$x-wall$.reg"
del "%TEMP%\$x-wall$.reg" > nul
:restore
start/wait regedit -s %1